Remove transitional packages (Closes: #1125099)
authorStéphane Glondu <glondu@debian.org>
Wed, 11 Feb 2026 13:28:01 +0000 (14:28 +0100)
committerStéphane Glondu <glondu@debian.org>
Wed, 11 Feb 2026 13:29:54 +0000 (14:29 +0100)
debian/OCaml_for_Debian
debian/control

index 67213a3f6ad0aeb72af68799c10210432f2573b3..452faa307be5851e9e91c80c7177d13a0a37c023 100644 (file)
@@ -4,9 +4,7 @@ OCaml for Debian
   1) The OCaml package has been split into different binary packages:
 
   o ocaml: contains the full OCaml suite
-  o ocaml-nox: the full suite except for the Graphics and Tk modules
-  o ocaml-base: contains the runtime stuff (ocamlrun + dlls + Tk)
-  o ocaml-base-nox: contains the runtime stuff (ocamlrun + dlls - Tk)
+  o ocaml-base: contains the runtime stuff (ocamlrun + dlls)
 
   o ocaml-compiler-libs: contains several modules used internally by
     the OCaml compilers.  They are not needed for normal OCaml
index 5ae2bf5dc113c28a9a4b4ed308c906f35787730f..28172d1911ae179b72dae3ccc1a2e3e6250c491f 100644 (file)
@@ -222,48 +222,3 @@ Description: OCaml interpreter and standard libraries (lib manpages)
  .
  This package contains ocamldoc-generated documentation about libraries
  provided by OCaml.
-
-Package: ocaml-base-nox
-Section: oldlibs
-Architecture: all
-Depends:
- ocaml-base,
- ${misc:Depends}
-Replaces: ocaml-base (<< 4.08), ocaml-nox (<< 4.08)
-Breaks: ocaml-base (<< 4.08), ocaml-nox (<< 4.08)
-Description: transitional package for ocaml-base
- Objective Caml (OCaml) is an implementation of the ML language, based on
- the Caml Light dialect extended with a complete class-based object system
- and a powerful module system in the style of Standard ML.
- .
- This is a transitional package and can be safely removed.
-
-Package: ocaml-nox
-Section: oldlibs
-Architecture: all
-Depends:
- ocaml,
- ${misc:Depends}
-Replaces: ocaml-base-nox (<< 4.08), ocaml-compiler-libs (<< 4.08)
-Breaks: ocaml-base-nox (<< 4.08), ocaml-compiler-libs (<< 4.08)
-Description: transitional package for ocaml
- Objective Caml (OCaml) is an implementation of the ML language, based on
- the Caml Light dialect extended with a complete class-based object system
- and a powerful module system in the style of Standard ML.
- .
- This is a transitional package and can be safely removed.
-
-Package: ocaml-compiler-libs
-Section: oldlibs
-Architecture: all
-Depends:
- libcompiler-libs-ocaml-dev,
- ${misc:Depends}
-Replaces: ocaml-base-nox (<< 4)
-Breaks: ocaml-base-nox (<< 4)
-Description: transitional package for libcompiler-libs-ocaml-dev
- Objective (OCaml) is an implementation of the ML language, based on
- the Caml Light dialect extended with a complete class-based object system
- and a powerful module system in the style of Standard ML.
- .
- This is a transitional package and can be safely removed.